home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / HLPBCVDT.PAK / BCVDTGUI.TOC next >
Text File  |  1997-05-06  |  11KB  |  221 lines

  1. :base BCVDTREF.HLP>main
  2. 0 Visual Database Tools
  3. 1 Visual Database Tools Developer's Guide
  4. 2 Introduction to Visual Database Tools 
  5. 3 About Visual Database Tools = IntroductionToVisualDatabaseTools
  6. 3 Visual Database Tool architecture = VisualDatabaseToolArchitecture
  7. 3 Borland Database Engine = TheBorlandDatabaseEngine
  8. 3 Data sources = DataSources
  9. 3 Visual Database Tools components = VisualDatabaseToolsComponents
  10. 3 Data-access components = Data-AccessComponents
  11. 3 Data-aware controls = Data-AwareControls
  12. 3 Database Desktop = DatabaseDesktop
  13. 3 Developing applications for desktop and remote servers = DevelopingApplicationsForDesktopAndRemoteServers
  14. 3 Database application development methodology
  15. 4 About database application development methodology = DatabaseApplicationDevelopmentMethodology
  16. 4 Development scenarios = DevelopmentScenarios
  17. 4 Database application development cycle = DatabaseApplicationDevelopmentCycle
  18. 3 Deploying an application
  19. 4 About deploying an application = DeployingAnApplication
  20. 4 Deploying 16-bit applications = Deploying16-BitApplications
  21. 4 Deploying 32-bit applications = Deploying32-BitApplications
  22. 4 Deploying BDE support = DeployingBdeSupport
  23. 2 Creating applications
  24. 3 About components = AboutComponents
  25. 3 About properties = AboutProperties
  26. 3 About methods = AboutMethods
  27. 3 About events = AboutEvents
  28. 3 Setting properties at design time = SettingPropertiesAtDesignTime
  29. 3 Setting properties at run time = SettingPropertiesAtRunTime
  30. 3 Calling methods = CallingMethods
  31. 3 Responding to events
  32. 4 About responding to events = RespondingToEvents
  33. 4 Defining the event source = DefiningTheEventSource
  34. 4 Defining the event sink = DefiningTheEventSink
  35. 4 Connecting the event sink to the handler method = ConnectingTheEventSinkToTheHandlerMethod
  36. 4 Connecting the event source to the event sink = ConnectingTheEventSourceToTheEventSink
  37. 4 An event-handling example = AnEvent-HandlingExample
  38. 4 Another event-handling example = AnotherEventHandlingExample
  39. 3 Component Object Model (COM) classes
  40. 4 About Component Object Model (COM) classes = ComponentObjectModelClasses
  41. 3 Building database forms
  42. 4 About building database forms = BuildingDatabaseForms
  43. 4 Making the connections: linking database components = MakingTheConnections
  44. 4 Creating a master-detail form = CreatingAMaster-DetailForm
  45. 2 Using data-access components and tools 
  46. 3 Using data-access components= UsingDataAccessComponentsAndTools
  47. 3 Data-access components hierarchy = DataAccessComponentsHierarchy
  48. 3 Using datasets
  49. 4 About datasets = UsingDatasets
  50. 4 Dataset states = DatasetStates
  51. 4 Opening and closing datasets = OpeningAndClosingDatasets
  52. 4 Navigating datasets = NavigatingDatasets
  53. 4 Bookmarking data = BookmarkingData
  54. 4 Disabling, enabling, and refreshing data-aware controls = DisablingEnablingAndRefreshingData-AwareControls
  55. 4 Using dataset events = UsingDataSetEvents
  56. 4 Modifying data in datasets
  57. 5 About modifying data in datasets = ModifyingDataInDatasets
  58. 5 The CanModify property = TheCanModifyProperty
  59. 5 Posting data to the database = PostingDataToTheDatabase
  60. 5 Editing records = EditingRecords
  61. 5 Adding new records = AddingNewRecords
  62. 5 Deleting records = DeletingRecords
  63. 5 Canceling changes = CancelingChanges
  64. 5 Working with entire records = WorkingWithEntireRecords
  65. 5 Setting the update mode = SettingTheUpdateMode
  66. 3 Using the TTable component
  67. 4 Specifying the database table = SpecifyingTheDatabaseTable
  68. 4 Specifying the type of database table = TheTableTypeProperty
  69. 4 Searching a table = SearchingATable
  70. 4 Limiting records retrieved by an application = LimitingRecordsRetrievedByAnApplication
  71. 4 Indexes = Indexes
  72. 4 The Exclusive property = TheExclusiveProperty
  73. 4 The ReadOnly and CanModify properties = TheReadOnlyAndCanModifyProperties
  74. 4 The GotoCurrent method = TheGotoCurrentMethod
  75. 4 Other TTable properties and methods = OtherPropertiesAndMethods
  76. 4 Creating master-detail forms = CreatingMaster-DetailForms
  77. 3 Using the TDataSource component
  78. 4 About the TDataSource component = UsingTdatasource
  79. 4 Using TDataSource properties = UsingTDataSourceProperties
  80. 4 Using TDataSource events = UsingTDataSourceEvents
  81. 3 Using TField components and the Fields editor
  82. 4 What are TField components? = WhatAreTFieldComponents
  83. 4 The Fields editor = UsingTheFieldsEditor
  84. 4 Starting the Fields editor = StartingTheFieldsEditor
  85. 4 Adding a TField component = AddingATFieldComponent
  86. 4 Deleting a TField component = DeletingATFieldComponent
  87. 4 Modifying a TField component 
  88. 5 About modifying a TField component = EditingATFieldComponent
  89. 5 Formatting fields = FormattingFields
  90. 5 Using TField conversion functions = UsingTFieldConversionFunctions
  91. 5 Changing a field's value = AccessingTFieldPropertiesProgrammatically
  92. 4 Calculated fields
  93. 5 Defining a calculated field = DefiningACalculatedField
  94. 5 Programming a calculated field = ProgrammingACalculatedField
  95. 5 Writing an OnCalcFields event handler = OnCalcFieldsEventHandler
  96. 5 A calculated field example = CalculatedFieldExample
  97. 3 Displaying data with standard controls
  98. 4 About displaying data with standard controls = DisplayingDataWithStandardControls
  99. 4 Using the Fields property = UsingTheFieldsProperty
  100. 4 Using the FieldByName method = UsingTheFieldByNameMethod
  101. 3 Using the TBatchMove component
  102. 4 About the TBatchMove component = UsingTheTBatchMoveComponent
  103. 4 Batch move modes = BatchMoveModes
  104. 4 Data type mappings = DataTypeMappings
  105. 4 Executing a batch move = ExecutingABatchMove
  106. 4 Handling batch move errors = HandlingBatchMoveErrors
  107. 3 Using the TSession component
  108. 4 About the TSession component = UsingTSession
  109. 4 Controlling database connections = ControllingDatabaseConnections
  110. 4 Getting database information = GettingDatabaseInformation
  111. 3 Accessing the Borland Database Engine directly
  112. 4 About accessing the Borland Database Engine directly = AccessingTheBorlandDatabaseEngineDirectly
  113. 2 Using data-aware controls 
  114. 3 Data-aware controls = UsingData-AwareControls
  115. 3 Data-aware control basics = Data-AwareComponentBasics
  116. 3 Displaying data with TDBText = DisplayingDataWithTdbtext
  117. 3 Displaying and editing fields with TDBEdit = DisplayingAndEditingFieldsWithTdbedit
  118. 3 Viewing and modifying data with a data grid = ViewingAndModifyingDataWithADataGrid
  119. 3 Navigating and manipulating records with TDBNavigator = NavigatingWithTdbnavigator
  120. 3 Displaying and editing BLOB text with TDBMemo = DisplayingAndEditingBlobTextWithTdbmemo
  121. 3 Displaying BLOB graphics with TDBImage = DisplayingBlobGraphicsWithTdbimage
  122. 3 Using the TDBCheckBox component = TDBCHECKBOX
  123. 3 Using the TDBRadioGroup component = TDBRADIOGROUP
  124. 3 Using list and combo boxes 
  125. 4 About list and combo boxes= UsingListAndComboBoxes
  126. 4 The TDBComboBox component = TDBCOMBOBOX
  127. 4 The TDBListBox component = TDBLISTBOX
  128. 4 The TDBLookupCombo component = TDBLOOKUPCOMBO
  129. 4 The TDBLookupList component = TDBLOOKUPLIST
  130. 2 Using SQL in applications 
  131. 3 About SQL = UsingSqlInApplications
  132. 3 Using the TQuery component
  133. 4 About the TQuery component = UsingTheTQueryComponent
  134. 4 When to use TQuery = WhenToUseTQuery
  135. 4 How to use TQuery = HowToUseTQuery
  136. 4 The SQL property = TheSQLProperty
  137. 4 Executing a query = ExecutingAQuery
  138. 4 Getting a live result set = GettingALiveResultSet
  139. 4 Local SQL syntax requirements for a live result set = LocalLive
  140. 4 Remote server SQL syntax requirements for a live result set = RemoteLive
  141. 3 Dynamic SQL statements
  142. 4 About dynamic SQL statements = DynamicSqlStatements
  143. 4 Preparing a query = PreparingAQuery
  144. 4 Using the Params property = UsingTheParamsProperty
  145. 4 Using the ParamByName method = UsingTheParamByNameMethod
  146. 4 Using the DataSource property = UsingTheDataSourceProperty
  147. 3 Creating heterogenous queries
  148. 4 About heterogenous queries = CreatingHeterogenousQueries
  149. 2 Building a client/server application 
  150. 3 About client/server applications = BuildingAClientServerApplication
  151. 3 Portability versus optimization
  152. 4 About portability versus optimization = PortabilityVersusOptimization
  153. 4 Client/server communication portablility = Client/ServerCommunicationPortability
  154. 3 Connecting to a database server
  155. 4 About connecting to a database server = ConnectingToADatabaseServer
  156. 4 Connectivity = Connectivity
  157. 4 Connection parameters = ConnectionParameters
  158. 4 Using ODBC = UsingODBC
  159. 4 Handling server security = HandlingServerSecurity
  160. 3 Using the TDatabase component
  161. 4 About the TDatabase component = UsingTheTDatabaseComponent
  162. 4 Creating application-specific aliases = CreatingApplication-specificAliases
  163. 3 Understanding transaction control
  164. 4 About transaction control = UnderstandingTransactionControl
  165. 4 Handling transactions in applications = HandlingTransactionsInApplications
  166. 4 Implicit transaction control = ImplicitTransactionControl
  167. 4 Explicit transaction control = ExplicitTransactionControl
  168. 4 Setting the SQL passthrough mode = SettingTheSQLPassThroughMode
  169. 4 Transaction isolation levels = TransactionIsolationLevels
  170. 3 Using stored procedures
  171. 4 About stored procedures = UsingStoredProcedures
  172. 4 Input and output parameters = InputAndOutputParameters
  173. 4 Executing a stored procedure = Executingastoredprocedure
  174. 4 Oracle overloaded stored procedures = OracleOverloadedStoredProcedures
  175. 3 Upsizing
  176. 4 About upsizing = Upsizing
  177. 4 Upsizing the database = UpsizingTheDatabase
  178. 4 Upsizing the application = UpsizingTheApplication
  179. 3 Deploying support for remote server access
  180. 4 About deploying support for remote server access = DeployingSupportForRemoteServerAccess
  181. 4 Oracle servers = OracleSErvers
  182. 4 Sybase and Microsoft SQL servers = SybaseAndMicrosoftSQLServers
  183. 4 Informix servers = InformixServers
  184. 4 16-bit InterBase clients = Interbase16
  185. 4 32-bit InterBase clients = Interbase32
  186. 2 Programming with third-party VBX controls 
  187. 3 About VBX controls= ProgrammingWithThirdPartyVBXControls
  188. 3 To install a VBX control library = InstallingVBXControl
  189. 3 The TVbxControl class = TheTvbxcontrolClass
  190. 3 Using the VbxGen utility = UsingTheVbxgenUtility
  191. 3 Loading and initializing the Visual Basic emulator = LoadingAndInitializingTheVisualBasicEmulator
  192. 3 Using the BIVBX library functions = UsingTheBIVBXLibraryFunctions
  193. 2 Using local SQL 
  194. 3 About local SQL= UsingLocalSql
  195. 3 Naming conventions for tables = NamingConventionsForTables
  196. 3 Naming conventions for columns = NamingConventionsForColumns
  197. 3 Data manipulation
  198. 4 About data manipulation = DataManipulation
  199. 4 Parameter substitutions in DML statements = ParameterSubstitutionsInDmlStatements
  200. 4 Supported set (aggregate) functions = SupportedSetAggregateFunctions
  201. 4 Supported string functions = SupportedStringFunctions
  202. 4 Supported date function = SupportedDateFunction
  203. 4 Supported operators = SupportedOperators
  204. 4 Using SELECT = UsingSelect
  205. 4 Using the FROM clause = UsingTheFromClause
  206. 4 Using the WHERE clause = UsingTheWhereClause
  207. 4 Using the ORDER BY clause = UsingTheOrderByClause
  208. 4 Using the GROUP BY clause = UsingTheGroupByClause
  209. 4 Heterogeneous joins = HeterogeneousJoins
  210. 4 Using Insert = UsingInsert
  211. 4 Using UPDATE = UsingUpdate
  212. 4 Using Delete = UsingDelete
  213. 3 Data definition
  214. 4 About data definition = DataDefinition
  215. 4 Using CREATE TABLE = UsingCreateTable
  216. 4 Using ALTER TABLE = UsingAlterTable
  217. 4 Using DROP TABLE = UsingDropTable
  218. 4 Using CREATE INDEX = UsingCreateIndex
  219. 4 Using DROP INDEX = UsingDropIndex
  220.  
  221.